Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.audit.annotations.contrib--event

This contribution is part of XML component org.nuxeo.ecm.platform.audit.annotations.contrib inside nuxeo-annot-contrib-6.0.jar

Documentation

Log after annotation events

Extension Point

Extension point event of component NXAuditEventsService.

Contributed Items

  • <event name="annotationCreated"/>
  • <event name="annotationUpdated"/>
  • <event name="annotationDeleted"/>

XML Source

<extension point="event" target="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService">
    <documentation>Log after annotation events</documentation>
    <event name="annotationCreated"/>
    <event name="annotationUpdated"/>
    <event name="annotationDeleted"/>
  </extension>